From ef3e6c7d75363351f566401e8c02328a9d8c0d9d Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Tue, 6 Jul 2010 16:55:02 +0100 Subject: [PATCH] x86: eliminate unused "quad_local_to_mp_bus_id" Signed-off-by: Jan Beulich --- xen/arch/x86/mpparse.c | 1 - xen/include/asm-x86/mpspec.h | 1 - 2 files changed, 2 deletions(-) diff --git a/xen/arch/x86/mpparse.c b/xen/arch/x86/mpparse.c index aabab2e675..6e173dedac 100644 --- a/xen/arch/x86/mpparse.c +++ b/xen/arch/x86/mpparse.c @@ -45,7 +45,6 @@ int apic_version [MAX_APICS]; int mp_bus_id_to_type [MAX_MP_BUSSES]; int mp_bus_id_to_node [MAX_MP_BUSSES]; int mp_bus_id_to_local [MAX_MP_BUSSES]; -int quad_local_to_mp_bus_id [NR_CPUS/4][4]; int mp_bus_id_to_pci_bus [MAX_MP_BUSSES] = { [0 ... MAX_MP_BUSSES-1] = -1 }; static int mp_current_pci_id; diff --git a/xen/include/asm-x86/mpspec.h b/xen/include/asm-x86/mpspec.h index 58422892b2..694f6002c7 100644 --- a/xen/include/asm-x86/mpspec.h +++ b/xen/include/asm-x86/mpspec.h @@ -8,7 +8,6 @@ extern int mp_bus_id_to_type [MAX_MP_BUSSES]; extern int mp_bus_id_to_node [MAX_MP_BUSSES]; extern int mp_bus_id_to_local [MAX_MP_BUSSES]; -extern int quad_local_to_mp_bus_id [NR_CPUS/4][4]; extern int mp_bus_id_to_pci_bus [MAX_MP_BUSSES]; extern unsigned int def_to_bigsmp; -- 2.30.2